EntryParent

fun interface EntryParent

An entry that is a parent of other entries

Author

fzzyhmstrs

Since

0.1.1, added continue 0.6.0

Inheritors

Functions

Link copied to clipboard
abstract fun actions(): Set<Action>

Return a set of Action that this parents children are annotated with. This is used to show the total set of actions relevant to this parent to the user in-game.

Link copied to clipboard
open fun changeActions(): Set<Action>

Return a set of Action for settings that have been changed. This most commonly is based on the pushed value versus the live value in an Entry

Link copied to clipboard
open fun continueWalk(): Boolean

Whether the screen manager should skip over analyzing this parents internals.